home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / gdb-4.5 / dist / gdb / config / rtbsd.mh < prev    next >
Encoding:
Text File  |  1991-09-13  |  371 b   |  9 lines

  1. # IBM RT/PC running BSD unix. 
  2. # This file contributed at NYU, where we are using the RT to remote
  3. # debug a 29k running unix.  No attempt, as of 7/16/91, has been made
  4. # to support debugging of RT executables.
  5. XDEPFILES=coredep.o infptrace.o
  6. XM_CFLAGS=-DHOSTING_ONLY    # No debugging of RT executables 
  7. XM_FILE= xm-rtbsd.h
  8. CC=gcc -traditional        # hc/pcc just can't cut it.
  9.